home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
Mac shareware
/
Education
/
RLaB
/
help
/
clear
< prev
next >
Wrap
Text File
|
1994-09-21
|
459b
|
17 lines
clear:
Syntax: clear ( a )
clear ( a , ... )
Description:
Clear effectively deletes a variables object from the symbol
table. The effect is the variable does not show up when who()
is used. The memory associated with the variable is freed.
Clear accepts up to 32 arguments, the return value is the
number of objects that have been successfully cleared.
NOTE: In the not to distant future, `clear()' will delete all
variables and user-functions.